button1on = new Image; button1on.src = "images/Home1.gif"; button1off = new Image; button1off.src = "images/Home.gif"; button2on = new Image; button2on.src = "images/Vision1.gif"; button2off = new Image; button2off.src = "images/Vision.gif"; button3on = new Image; button3on.src = "images/Philo1.gif"; button3off = new Image; button3off.src = "images/Philo.gif"; button4on = new Image; button4on.src = "images/Minstry1.gif"; button4off = new Image; button4off.src = "images/Ministry.gif"; button5on = new Image; button5on.src = "images/Logo1.gif"; button5off = new Image; button5off.src = "images/Logo.gif"; button6on = new Image; button6on.src = "images/Covnant1.gif"; button6off = new Image; button6off.src = "images/Covenant.gif"; button7on = new Image; button7on.src = "images/Teachng1.gif"; button7off = new Image; button7off.src = "images/Teaching.gif"; function swap(image, Toggle) { document[image].src=eval(image + Toggle + ".src"); } Araw = new Array(7); Araw[0] = "Sunday "; Araw[1] = "Monday "; Araw[2] = "Tuesday "; Araw[3] = "Wednesday "; Araw[4] = "Thursday "; Araw[5] = "Friday "; Araw[6] = "Saturday "; Buwan = new Array(12); Buwan[0] = "January "; Buwan[1] = "February "; Buwan[2] = "March "; Buwan[3] = "April "; Buwan[4] = "May "; Buwan[5] = "June "; Buwan[6] = "July "; Buwan[7] = "August "; Buwan[8] = "September "; Buwan[9] = "October "; Buwan[10] = "November "; Buwan[11] = "December "; function SabiMoAraw() { var petsa_ngayon = new Date(); var araw = petsa_ngayon.getDay(); var buwan = petsa_ngayon.getMonth(); var petsa = petsa_ngayon.getDate(); var taon = petsa_ngayon.getYear(); document.write("Today is " + Araw[araw] + "
"); return Buwan[buwan] + petsa + ", " + "19" + taon; } function new_wndow(others) { msg=open(others,"DisplayWindow","HEIGHT=500,WIDTH=500,locate=yes,location=no,resizable=yes,scrollbars=yes"); }